home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1997 October / Electronic Clipper 1997-10.iso / Idea Source™ / END.DIR / 00048_Script_48 < prev    next >
Text File  |  1997-08-25  |  227b  |  11 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the visible of sprite 14 to false
  4.     updatestage
  5.   end repeat
  6.   set the visible of sprite 14 to true
  7.   updatestage
  8.   sound stop 1
  9.   sound stop 2
  10.   go movie "main"
  11. end